home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 22
/
Amiga Format AFCD22 (Jan 1998, Issue 106).iso
/
-seriously_amiga-
/
shareware
/
archivers
/
xfx
/
catalogs
/
xfx.cd
< prev
next >
Wrap
Text File
|
1997-11-05
|
9KB
|
430 lines
;
;
; xFX catalog
; ~~~~~~~~~~~~
; © 1997, Alessandro Pedretti
;
; $VER: xFX.catalog 1.1(10.9.97)
;
;
;
; Arexx Err: (Can't create) Arexx port
MSG_ERR_AREXX_PORT (//)
ARexx Port
;
; ARexx Err: Argument required
MSG_ERR_AREXX_ARGREQ (//)
Argument required
;
; ARexx Err: Command too long
MSG_ERR_AREXX_TOOLONG (//)
Command too long
;
; Arexx Err: Invalid ARexx command
MSG_ERR_AREXX_INVCOM (//)
Invalid ARexx command
;
;
; Copy: Another disk to copy
MSG_COPY_ANDISK (//)
Do you want write another disk
;
; Copy: Please insert
MSG_COPY_INSERT (//)
Please insert %s disk in %s unit %ld\n
;
; Copy: Buttons
MSG_BT_COPY_CC (//)
C_opy|_Cancel
;
; Copy: Remove write protection
MSG_COPY_REMPROT (//)
Please remove write protection from disk in %s unit %ld.\n
;
; Copy: Yes shortcut (uppercase)
MSG_COPY_YESKEY (//)
Y\00
;
; Copy: Another disk question
MSG_COPY_QUEST (//)
%s (Yes/\033[33mNo\033[0m) ?\n
;
; Copy: Remove disks
MSG_COPY_REMDSK (//)
Please remove %s and %s disks
;
; Copy: Insert disks
MSG_COPY_INS2DSK (//)
Please insert %s in %s:%ld%lcand %s in %s:%ld\n
;
; Copy: Source
MSG_COPY_SOURCE (//)
SOURCE
;
; Copy: Destination
MSG_COPY_DEST (//)
DESTINATION
;
; Copy: Press ENTER
MSG_COPY_PRESSCR (//)
Press ENTER to continue
;
; Copy: Press CTRL-C
MSG_COPY_CTRLC (//)
or CTRL-C to abort:\n
;
; Copy: Win title
MSG_COPY_WIN (//)
Copy Information
;
; Copy Err: No disk space
MSG_ERR_COPY_NOSPACE (//)
Not enough disk space for buffer
;
; Copy Err: No memory for single swap copy
MSG_ERR_COPY_NOMEM (//)
Not enough memory for single swap copy.\nUse DISKBUF option
;
; Copy Err: Memory fragmentation
MSG_ERR_COPY_TOOFRAG (//)
Memory fragmentation is too high !
;
; Copy Err: Geometry not compatible
MSG_ERR_COPY_CPYGEO (//)
SOURCE and DESTINATION are not compatible !
;
;
; Generic: No Yes buttons
MSG_BT_NOYES (//)
_No|_Yes
;
; Generic: OK button (WARNING: space at end)
MSG_BT_OK (//)
_Ok
;
; Generic: Ok Cancel buttons
MSG_BT_OKCANC (//)
_Ok|_Cancel
;
; Generic: Retry Cancel buttons
MSG_BT_RETRYCANCEL (//)
_Retry|_Cancel
;
; Generic Err: Cant' create ...
MSG_ERR_CREATE (//)
Can't create %s
;
; Generic Err: IORequest not allocated
MSG_ERR_IOREQ (//)
IORequest not allocated
;
; Generic Err: MsgPort not allocated
MSG_ERR_MSGPORT (//)
MsgPort not allocated
;
; Generic Err: Can't open device
MSG_ERR_DEVICE (//)
Can't open %s unit %ld
;
; Generic Err: Out of memory
MSG_ERR_OUTOFMEM (//)
Out of memory !
;
;
; Icon: Quit xFX
MSG_ICON_QUIT (//)
Do you want quit xFX ?
;
; Icon Menu: Kill xFX
MSG_MN_ICON_KILL (//)
Kill xFX
;
; Icon: Pick a device
MSG_ICON_PICKDEV (//)
Pick a device
;
; Icon: write button (device requester)
MSG_BT_ICON_WRITE (//)
_Write
;
; Icon Err: Can't add icon
MSG_ERR_ICON_NOADD (//)
Can't add icon
;
; Icon Err: Too many objects
MSG_ERR_ICON_TOOOBJ (//)
Too many objects !
;
; Icon Err: Only WRITE command
MSG_ERR_ICON_WRITE (//)
Only WRITE command is supported through\ntool types
;
; Icon Err: No device selected
MSG_ERR_ICON_NODEVICE (//)
No device selected
;
; Icon Err: Can't open device requester
MSG_ERR_ICON_DEVREQ (//)
Can't allocate device requester
;
; Icon Err: COMMAND required
MSG_ERR_ICON_COM (//)
Tool type COMMAND required
;
; Icon Err: Can't find disk object
MSG_ERR_ICON_NODOBJ (//)
Can't find disk object
;
;
; Main: Help
MSG_MAIN_HELP (//)
COMMAND = COPY, READ, WRITE, CHECK, INFO\n\
DEVICE = Device name (AmigaDOS or DEVICE.device:UNIT)\n\
TO = Destination device for copy\n\
FILE = Input/output file for READ/WRITE commands\n\
DISKBUF = Disk buffer path for COPY\n\
PACK = XPK compression for WRITE (SUBLIB.METHOD)\n\
PASSWD = Password for XPK en/decoding\n\
START = Start cylinder (default 0)\n\
END = End cylinder (default last)\n\
MOUNTLIST = Creates a mountlist with fmsdisk.device (READ)\n\
ADDICON = Adds an icon to file-disk (READ)\n\
VERIFY = Verifies cylinders during write operations\n\
FORCEEXT = Always adds the .xfx extension\n\
NOEJECT = Inhibits auto disk eject\n\
VERBOSE = Explains all operations\n\
QUIET = Suppresses all messages\n
;
; Main Err: Option ignored
MSG_ERR_MAIN_OPTIGN (//)
Option %s ignored
;
; Main Err: Command require a option
MSG_ERR_MAIN_COMOPT (//)
Command %s require option %s
;
; Main Err: Incopatible TO and DISKBUF
MSG_ERR_MAIN_TOBUF (//)
Incompatible options TO and DISKBUF
;
; Main Err: SOURCE and DETINATION
MSG_ERR_MAIN_SOUDEST (//)
SOURCE and DESTINATION are the same device and unit
;
; Main Err: Illegal pack method
MSG_ERR_MAIN_PMET (//)
Illegal pack method
;
; Main Err: Illegal character
MSG_ERR_MAIN_PCHAR (//)
Illegal character in PACK option
;
; Main Err: No output file
MSG_ERR_MAIN_OUTFILE (//)
Specify the output file
;
; Main Err: No input file-disk
MSG_ERR_MAIN_INFILE (//)
Specify the input file-disk
;
; Main Err: Path too long
MSG_ERR_MAIN_PATH (//)
Disk buffer path too long
;
; Main Err: Disk buffer not usable
MSG_ERR_MAIN_DBUF (//)
Disk buffer not usable
;
; Main Err: Disk buffer is full
MSG_ERR_MAIN_DBUFFULL (//)
Disk buffer full
;
; Main Err: Illegal command
MSG_ERR_MAIN_ILLCOM (//)
Illegal command
;
; Main Err: Incompatible options QUIET and VERBOSE
MSG_ERR_MAIN_VERB (//)
Incompatible options QUIET and VERBOSE
;
;
; ProgWin: Cylinder progress
MSG_PROGWIN_CYLPROG (//)
%s Cyl.: %ld
;
; ProgWin: Abort button
MSG_BT_PROGWIN_ABORT (//)
_Abort
;
; ProgWin: Abort shortkey (uppercase)
MSG_BT_PROGWIN_ABORTSK (//)
A\00
;
; ProgWin: Window title
MSG_WI_PROGWIN_TITLE (//)
Progress
;
; PorgWin Err: Aboted
MSG_ERR_PROGWIN_ABORT (//)
Aborted
;
; ProgWin Err: Screen too small
MSG_ERR_PROGWIN_SCREEN (//)
Screen too small
;
; ProgWinErr: Window not opened
MSG_ERR_PROGWIN_WIN (//)
Can't open progress window
;
;
; Read: Results
MSG_READ_RESULTS (//)
Crunch results
;
; Read: Crunching
MSG_READ_CRUNCH (//)
Crunching
;
; Read: Gain
MSG_READ_GAIN (//)
\nOriginal length: %8ld bytes\nPacked length: %8ld bytes (gain %ld\%%)\n
;
; Read Err: Disk
MSG_ERR_READ_DISK (//)
Disk has errors !
;
; Read Err: (Can't create) mountlist
MSG_ERR_READ_MOUNTLIST (//)
mountlist
;
;
; Sub: Insert disk
MSG_SUB_INSERT (//)
Please insert a disk\nin %s unit %ld.
;
; Sub: Remove protection (//)
MSG_SUB_REMPROT (//)
Please remove write protection from disk\nin %s unit %ld.
;
; Sub: Geometry win title
MSG_WI_SUB_TITLE (//)
xFX - Geometry
;
; Sub: Geometry title
MSG_SUB_GEOTIT (//)
\nDrive geometry:\n~~~~~~~~~~~~~~~\n
;
; Sub: Geometry items
MSG_SUB_GEOITEMS (//)
Device name: %s\n\
Version: %ld.%ld\n\
Unit: %ld\n\
Size: %ld KBytes\n\
Tot. sectors: %ld\n\
Sector size: %ld\n\
Cylinders: %ld\n\
Sectors/Cyl.: %ld\n\
Surfaces: %ld\n\
Sectors/Track: %ld\n\n
;
; Sub: Reading
MSG_SUB_READING (//)
Reading
;
; Sub: Writing
MSG_SUB_WRITING (//)
Writing
;
; Sub: Verifing
MSG_SUB_VERIFING (//)
Verifing
;
; Sub: Error win title
MSG_WI_SUB_ERROR (//)
xFX ERROR
;
; Sub Err: Out of chip mem
MSG_ERR_SUB_MEM (//)
Out of chip memory !
;
; Sub Err: No disk
MSG_ERR_SUB_NODISK (//)
No disk in %s unit %ld !
;
; Sub Err: Disk write protected
MSG_ERR_SUB_DISKPROT (//)
Disk write protected in %s unit %ld
;
; Sub Err: Device name too long
MSG_ERR_SUB_DEVNAME (//)
Device name too long
;
; Sub Err: Illegal unit number
MSG_ERR_SUB_UNIT (//)
Illegal unit number
;
; Sub Err: Illegal device name
MSG_ERR_SUB_ILLDEV (//)
Illegal device name
;
; Sub Err: Can't use an assign
MSG_ERR_SUB_ASSIGN (//)
Can't use an assign
;
; Sub Err: Not mounted
MSG_ERR_SUB_NOTMOUNT (//)
Selected device is not a disk or is not mounted
;
; Sub Err: Read geometry
MSG_ERR_SUB_RDGEO (//)
Can't read drive geometry
;
; Sub Err: Illegal ending cylinder
MSG_ERR_SUB_ENDCYL (//)
Illegal ending cylinder
;
; Sub Err: Illegal starting cylinder
MSG_ERR_SUB_STARTCYL (//)
Illegal starting cylinder
;
; Sub Err: Illegal combination of START/END cylinders
MSG_ERR_SUB_STARTEND (//)
Illegal combination of START/END cylinders
;
; Sub Err: Library
MSG_ERR_SUB_LIB (//)
%s V%ld or higher needed !
;
; Sub Err: DOS error prompt
MSG_ERR_SUB_DOS (//)
DOS Error: %s
;
; Sub Err: KickStart
MSG_ERR_SUB_KICK (//)
KickStart 2.04+ needed !\n
;
; Sub Err: XPK error prompt
MSG_ERR_SUB_XPK (//)
XPK Error: %s
;
; Sub Err: Read error
MSG_ERR_SUB_READ (//)
Read error at cylinder %ld\n
;
; Sub Err: Write error
MSG_ERR_SUB_WRITE (//)
Write error at cylinder %ld
;
; Sub Err: Verify error
MSG_ERR_SUB_VERIFY (//)
Verify error at cylinder %ld\n
;
;
; Write Err: File too large
MSG_ERR_WRITE_FLARGE (//)
File too large
;
; Write Err: File too short
MSG_ERR_WRITE_SHORT (//)
File too short